home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////
- //
- // Source file for ControlDerived
- //
- // This file generated by BuilderXcessory.
- /////////////////////////////////////////////////////////////
-
- #include "ControlDerived.h"
- #include <Vk/VkPeriodic.h> // Typed line
-
- ControlDerived::ControlDerived(const char *name, Widget parent) :
- Control(name, parent)
- {
- // Empty
- }
-
-
- ControlDerived::~ControlDerived()
- {
- // Empty
- }
-
-
- const char * ControlDerived::className() // classname
- {
- return ("ControlDerived");
- }
-
- void ControlDerived::start(Widget, XtPointer)
- {
- _timer->start(); // Type line
- }
-
- void ControlDerived::stop(Widget, XtPointer)
- {
- _timer->stop(); // Type line
- }
-
-